<STYLE TYPE="text/css">
BODY 
{
 background-color  : whitesmoke;
 color             : black;
 font-size         : 16px;
 font-family       : verdana, helvetica, arial, sans-serif;
}

A:link
{ 
  text-decoration: none; 
  color: teal 
}
                             
A:visited
{ 
  text-decoration: none; 
  color: teal
}
                 
A:active
{ 
  text-decoration: none; 
  color: teal
}

A:hover
{ 
  text-decoration: none; 
  color: teal;
}

H1, H2, H3, H4, H5, H6
{
 color       : crimson;
 font-style  : italic;
 font-family : verdana;
 font-wight  : 700;
}

.base 
{                                                                                                ;
 color 	     : crimson;
 weight      : medium;
 margin-top  : 10px;
 font-size   : 250px;
 line-height : 250px;
 font-family : "Times New Roman", Times, serif;
}
.layer1
{ 
 color       : teal;
 margin-top  : -130px;
 weight      : medium;
 font-size   : 65px;
 line-height : 65px;
 font-family : Arial
}
.layer2
{
 color       : indianred;
 margin-top  : 30px;
 font-size   : 35px;
 line-height : 45px;
 font-family : Arial
}
</STYLE>
